home *** CD-ROM | disk | FTP | other *** search
/ Time Warp / Time Warp.iso / pc / timewarp / lab.dxr / 00285.ls < prev    next >
Encoding:
Text File  |  1997-06-09  |  676 b   |  22 lines

  1. on exitFrame
  2.   global Hand, monitor
  3.   set the cursor of sprite 2 to Hand
  4.   set the cursor of sprite 3 to Hand
  5.   set the cursor of sprite 4 to Hand
  6.   set the cursor of sprite 6 to Hand
  7.   set the cursor of sprite 7 to Hand
  8.   set the cursor of sprite 10 to Hand
  9.   set the cursor of sprite 12 to Hand
  10.   set the timeoutLength to 30 * 60
  11.   set the timeoutScript to "JulieMonitor"
  12.   set monitor to 0
  13.   set the textFont of field "SPEED RATE" to "Geneva"
  14.   set the textStyle of field "SPEED RATE" to "Bold"
  15.   set the textSize of field "SPEED RATE" to 12
  16.   if the colorDepth = 8 then
  17.     set the foreColor of member "SPEED RATE" to 180
  18.   end if
  19.   updateStage()
  20.   puppetSprite(6, 0)
  21. end
  22.